ADVANCED INSTAL  (vpk-all modes)

go to steamapps/common/left 4 dead /left4dead/addons and put vpk in.

go to steamapps\common\left 4 dead \left4dead\...find pak01_dir and make back up....then edit pak01_dir with notepad++. 

    *here is EXAMPLE of a re-edit  ------ctrl+f for find menu

for body --

          change this --
 
    $baseTexture "models\survivors\biker\francis_color"
    $bumpmap "models\survivors\biker\francis_normal"

          to this --

    $baseTexture "models\survivors\biker\vrancis_color"
    $bumpmap "models\survivors\biker\vrancis_normal"

for head --

          change this --
 
    $baseTexture "models\survivors\biker/francis_hair"
    $baseTexture "models\survivors\biker\francis_head"
    $compress "models\survivors\biker\francis_head_compress"
    $stretch "models\survivors\biker\francis_head_compress"
    $bumpmap "models\survivors\biker\francis_head_normal"

           to this --

    $baseTexture "models\survivors\biker/vrancis_hair"
    $baseTexture "models\survivors\biker\vrancis_head"
    $compress "models\survivors\biker\vrancis_head_compress"
    $stretch "models\survivors\biker\vrancis_head_compress"
    $bumpmap "models\survivors\biker\vrancis_head_normal"
